home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / TemaCD / povray / povwin3.exe / %MAINDIR% / Insert Menu / Animation / clock.txt
Encoding:
Text File  |  2000-04-06  |  265 b   |  5 lines

  1.   // spin the torus around the X axis, as "clock" goes from 0 to 1
  2.   // the torus will rotate one complete 360 degree revolution.
  3.   // Note that the texture is put on BEFORE we rotate so it rotates too.
  4.   torus { 1,0.2 pigment {color red 1} rotate clock*x*360}
  5.